const os.statusDone

8 uses

	os (current package)
		exec.go#L29: 	statusDone
		exec.go#L149: 	p.state.Store(uint32(statusDone)) // No persistent reference, as there is no handle.
		exec_unix.go#L52: 		p.doRelease(statusDone)
		exec_unix.go#L69: 	p.doRelease(statusDone)
		exec_unix.go#L105: 	case statusDone:
		pidfd_linux.go#L94: 	case statusDone:
		pidfd_linux.go#L117: 	p.doRelease(statusDone)
		pidfd_linux.go#L130: 	case statusDone: